home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / FEBE (Firefox Environment Backup Extension) 5.0 / febe-5.0-fx.xpi / chrome / febe.jar / skin / febe.css < prev    next >
Cascading Style Sheet File  |  2007-06-11  |  2KB  |  87 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. .resultsTemplate{
  4.   display: none;
  5.  }
  6.  
  7. #febeTLBRbutton[status="normal"]{
  8.   list-style-image: url(chrome://febe/skin/febe24x24.png);
  9. }
  10.  
  11. #febeTLBRbutton:hover[status="normal"]{
  12.   list-style-image: url(chrome://febe/skin/febe24x24-hover.png);
  13. }
  14.  
  15. #febeTLBRbutton[status="disabled"]{
  16.   list-style-image: url(chrome://febe/skin/febe24x24disabled.png);
  17. }
  18.  
  19. toolbar[iconsize="small"] #febeTLBRbutton {
  20.   list-style-image: url(chrome://febe/skin/febe16x16.png);
  21. }
  22.  
  23. toolbar[iconsize="small"] #febeTLBRbutton:hover {
  24.   list-style-image: url(chrome://febe/skin/febe16x16-hover.png);
  25. }
  26.  
  27. .helpButton{
  28.   -moz-appearance: none !important;
  29.   background-image: url(chrome://febe/skin/help.png);
  30.   background-repeat : no-repeat;
  31.   width: 16px !important;
  32.   height: 16px !important;
  33.   margin: 0 0 0 0 !important;
  34.   padding: 0 0 0 0 !important;
  35.   border: 0 !important;
  36.   display: block !important;
  37. }
  38.  
  39. .helpButton:hover{
  40.   -moz-appearance: none !important;
  41.   width: 16px !important;
  42.   height: 16px !important;
  43.   margin: 0 0 0 0 !important;
  44.   padding: 0 0 0 0 !important;
  45.   border: 0 !important;
  46.   background-image: url(chrome://febe/skin/helpOver.png);
  47.   background-repeat : no-repeat;
  48.   display: block !important;
  49. }
  50.  
  51. .helpButton:active{
  52.   -moz-appearance: none !important;
  53.   width: 16px !important;
  54.   height: 16px !important;
  55.   margin: 0 0 0 0 !important;
  56.   padding: 0 0 0 0 !important;
  57.   border: 0 !important;
  58.   background-image: url(chrome://febe/skin/helpDown.png);
  59.   background-repeat : no-repeat;
  60.   display: block!important;
  61. }
  62.  
  63. .none{
  64.   display: none !important;
  65. }
  66.  
  67. #febestatusbar[status="normal"] #febestatusicon {
  68.     list-style-image: url(chrome://febe/skin/febeYesBU.png);
  69. }
  70.  
  71. #febestatusbar[status="warning"] #febestatusicon {
  72.     list-style-image: url(chrome://febe/skin/febeWarning.gif);
  73. }
  74.  
  75. #febestatusbar[status="nobackup"] #febestatusicon {
  76.     list-style-image: url(chrome://febe/skin/febeNoBU.png);
  77. }
  78.  
  79. .link {
  80.   color: #3366FF;
  81.   text-decoration: none;
  82.   cursor: pointer;  
  83. }
  84. .link:hover {
  85.   text-decoration: underline ;
  86. }
  87.